Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.webaudio
/
ContextWillBeDestroyedEvent
Context
Will
Be
Destroyed
Event
data class
ContextWillBeDestroyedEvent
(contextId:
GraphObjectId
) :
Event
Content copied to clipboard
Notifies that an existing BaseAudioContext will be destroyed.
Constructors
Functions
Properties
Sources
Constructors
ContextWillBeDestroyedEvent
Link copied to clipboard
fun
ContextWillBeDestroyedEvent
(contextId:
GraphObjectId
)
Content copied to clipboard
On this page
On this page
Functions
domain
Link copied to clipboard
open override fun
domain
():
String
Content copied to clipboard
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun
eventName
():
String
Content copied to clipboard
Returns event name as described in protocol.
On this page
On this page
Properties
contextId
Link copied to clipboard
val
contextId
:
GraphObjectId
Content copied to clipboard
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page